net/http.http2priorityNode.setParent (method)

11 uses

	net/http (current package)
		h2_bundle.go#L11711: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
		h2_bundle.go#L11798: 		n.kids.setParent(nil)
		h2_bundle.go#L11802: 		(*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
		h2_bundle.go#L11885: 	n.setParent(parent)
		h2_bundle.go#L11937: 		n.setParent(&ws.root)
		h2_bundle.go#L11946: 		n.setParent(&ws.root)
		h2_bundle.go#L11965: 			parent.setParent(n.parent)
		h2_bundle.go#L11978: 				k.setParent(n)
		h2_bundle.go#L11984: 	n.setParent(parent)
		h2_bundle.go#L12051: 		n.kids.setParent(n.parent)
		h2_bundle.go#L12053: 	n.setParent(nil)